Welcome![Sign In][Sign Up]
Location:
Search - Distance Hamming matlab

Search list

[OtherHamming_NN

Description: Hamming 神经网络从功能上来看是最小Hamming 距离分类器.利用它能够完成不完整输入信息与所存储模式的最小汉明距离分类.    Hamming 网络是一个双层神经网络,第一层网(即匹配子网络)是用来计算输入模式与该网络已经学习过的各样本之间的匹配测度.第二层网(即竞争子网络)接收从匹配子网络送来的未知模式与已存各样本的匹配测度,然后经过多次迭代运算就可以求得与输入模式相匹配的样本.-Hamming neural network from the functional point of view is the smallest Hamming distance classifier. Use it to complete incomplete input information storage model with the smallest Hamming distance classifier. Hamming network is a double neural network, the first network layer (ie matching sub-network) is used to calculate the input model and the network has been studied by the match between the sample test degrees. The second layer network (that is, competitive-network) from the receiver-matching network sent an unknown model has been deposited with the samples matching measure, Then after many iterative computation can be obtained with the input mode matching sample.
Platform: | Size: 115712 | Author: 东方云 | Hits:

[Special Effectsgethammingdistance

Description: % gethammingdistance - returns the Hamming Distance between two iris templates % incorporates noise masks, so noise bits are not used for % calculating the HD - Gethammingdistance- returns the Hamming Distance between two iris templates incorporates noise masks, so noise bits are not used for calculating the HD
Platform: | Size: 1024 | Author: wpf | Hits:

[Editorliner_block_code

Description: 这是一个PDF文档,介绍了线性分组码的基本原理,适合像我一样的新手来学习线性分组码。主要介绍hamming码,包括编码举例,汉明举例,最小汉明距离等各个基本方面。-This is a PDF document, the introduction of linear block codes of the basic principles, suitable for novice like me to learn the linear block codes. Hamming codes are introduced, including the encoding, for example, Hamming, for example, the smallest Hamming distance, such as basic aspects.
Platform: | Size: 45056 | Author: hsutingting | Hits:

[matlabchxu

Description: 本程序用于测量增强语音与纯净语音的对数谱距离,用于语音增强。对数谱距离越小,表明增强语音与纯净语音越接近,增强语音质量越好;反之,则增强语音质量越差。-Calculates the average log-spectral distance between CLEAN and NOISY signals. Frames are 25ms long with 60 percent (15ms) overlap, hamming windowed. RS is the remove silence option (default: 0) if 1, the program uses a Voice Activity Detector to find non-speech frames and eliminates them from calculation of LSD. FS is the sampling frequency (Default 10KHz).
Platform: | Size: 3072 | Author: 阿铁 | Hits:

[matlabLFM_radar_simulation

Description: 文件中包含word文档报告 设雷达采用匹配滤波完成脉冲压缩,采集频率fs=420MHz,仿真雷达回波,并绘出家Hamming窗前后的脉压波形。(提示:通过正确设定采集波门,减少数据量) 设雷达采用Dechirp方式完成脉冲压缩,其中参考距离位于(0,0),采集频率为10MHz,距离采样点数512点,仿真雷达回波,并绘出加Hamming窗前后的脉压波形(提示:通过正确设定采集波门,减少数据量)。-Word document file contains the report of the completion of matched filter-based radar uses pulse compression, gathering frequency fs = 420MHz, simulation of radar echo, and draw the house after the pulse pressure waveform Hamming window. (Hint: By setting the correct collection wave door, reducing the amount of data), based radar uses pulse compression Dechirp manner, in which reference distance at (0,0), collection frequency of 10MHz, from the sampling points 512 points, simulation, radar echo, and draw the increase of pulse pressure waveform after the Hamming window (hint: set up collection waves through the correct door, reducing the amount of data).
Platform: | Size: 4096 | Author: ljk05 | Hits:

[Communication-Mobilerate_1_N_convolution_code

Description: matlab code for hamming distance
Platform: | Size: 492544 | Author: archana | Hits:

[Otherhybirisprot

Description: iris recognition code matlab + iris code + code matlab for iris recognition + hamming distance code matlab -iris recognition code matlab + iris code + code matlab for iris recognition + hamming distance code matlab
Platform: | Size: 496640 | Author: kivok | Hits:

[OtherMygethammingdistance

Description: Haming Distance- This MATLAb Code is Use to get the Hamming Distance for images, it was downloaded for other site and submited here
Platform: | Size: 1024 | Author: Tapan | Hits:

[matlabveterbi

Description: 利用matlab实现维特比编解码,采用的是汉明距离,[3 1]-Using Viterbi decoding matlab implementation, using the Hamming distance, [31]
Platform: | Size: 1024 | Author: shiww | Hits:

[matlabMatlab

Description: hamming distance in viterbi by leduy
Platform: | Size: 2048 | Author: duy | Hits:

[Graph programMatching

Description: 高质量的MATLAB源代码 用于实现虹膜图像的特征匹配(汉明距离)-Quality MATLAB source code for iris image feature matching (Hamming distance)
Platform: | Size: 2048 | Author: 胡胡 | Hits:

[Program docError-correction-coding-matlab

Description: MATLAB实现循环码的编译码,信源为随机产生数,并且计算码间的汉明距离-MATLAB recycling code encryption, the source randomly generated number, and calculates the Hamming distance between the code
Platform: | Size: 50176 | Author: 叶萌 | Hits:

[matlabirisonedemo

Description: work in matlab, iris detection hamming distance
Platform: | Size: 1482752 | Author: olynto | Hits:

[Software EngineeringMatlab

Description: nonmaxsup——非最大值抑制 hysthresh——设定阈值区间,返回一个二值化图像 canny——边缘探测,图像边缘增强 adjgamma——调整图像的伽马值 findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标 circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标 houghcircle——取一幅经过canny变换的图像,利用hough变换找到图像中的一个圆 findcircle——计算所得线上各点的坐标归纳出一个圆的半径和圆心,确定该圆的各点坐标 gaborconvolve——利用一维盖伯滤波器对图像进行处理 gethammingdistance ——返回两幅虹膜图像提取的特征码之间的海明距离 linecoords——返回一条线的上各点的x,y坐标值-nonmaxsup- non-maximum suppression hysthresh- set the threshold range, returns a binary image canny- edge detection, image edge enhancement adjgamma- adjust the image' s gamma value findline- linear Hough transform and Canny edge detection get the coordinates of each point circlecoords online- Returns coordinate houghcircle on the circle of the radius and center coordinates of the points decision pixels- After taking a picture canny transformation, using hough transform to find the image of a circle findcircle- the calculated coordinates of each point line summed up a circle of radius and center, to determine the coordinates of each point of the circle gaborconvolve- using a 维盖伯 filter for image processing gethammingdistance- returns two iris images extracted linecoords Hamming distance between the signature- a return line to the points on the x, y coordinate values
Platform: | Size: 4573184 | Author: 廖志伟 | Hits:

[Communication-Mobile脉冲压缩

Description: 雷达系统,matlab解决雷达距离分辨力与作用距离的矛盾,增加发射时宽 压缩接收时宽 加窗不同,从汉明-海明-布莱科曼 主副比改善情况依次变好 而主瓣宽度也变宽了(Radar system, MATLAB, solves the contradiction between range resolution and operation distance of radar, increasing the time of transmitting, and the time of compression and reception. The window width is different from Hamming Hamming to Bly Coleman, and the width of main lobe is widened as well.)
Platform: | Size: 1024 | Author: zaylee | Hits:

CodeBus www.codebus.net